Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / EnumValue Property

In This Topic
    EnumValue Property
    In This Topic
    Gets the TEnum value defined by this PdfEnum<TEnum>. Throws an exception if this PdfEnum<TEnum> is represented by an unparsed PDF value.
    Syntax
    'Declaration
     
    Public ReadOnly Property EnumValue As TEnum
    public TEnum EnumValue {get;}
    See Also